TableAlignment Enumeration
Represents the horizontal alignment of a table.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum TableAlignment
Public Enumeration TableAlignment
| Left | 0 |
Table aligns to the left margin.
|
| Center | 1 |
Table aligns to the center between left and right margins.
|
| Right | 2 |
Table aligns to the right margin.
|
| Margins | 3 |
Table fills all the space between the left and right margins.
|
| None | 4 |
None.
|